func reflect.needKeyUpdate

4 uses

	reflect (current package)
		type.go#L1865: 	if needKeyUpdate(ktyp) {
		type.go#L2062: func needKeyUpdate(t *abi.Type) bool {
		type.go#L2073: 		return needKeyUpdate(tt.Elem)
		type.go#L2077: 			if needKeyUpdate(f.Typ) {